Skip to content

ci: publish arm64 image - #141

Merged
lorenzocorallo merged 4 commits into
mainfrom
migration/arm64-images
Aug 11, 2026
Merged

ci: publish arm64 image#141
lorenzocorallo merged 4 commits into
mainfrom
migration/arm64-images

Conversation

@lorenzocorallo

Copy link
Copy Markdown
Member

No description provided.

@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

@lorenzocorallo, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 55 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 906ff2a5-acea-4d94-89e5-8690e197200f

📥 Commits

Reviewing files that changed from the base of the PR and between 597a42a and 7fedbd5.

📒 Files selected for processing (1)
  • .github/workflows/docker.yml

Walkthrough

The Docker workflow now builds AMD64 and ARM64 images on pushes to main, publishes SHA-tagged images, and creates a latest multi-architecture manifest in GHCR.

Changes

Docker image publishing

Layer / File(s) Summary
Architecture-specific image builds
.github/workflows/docker.yml
The workflow triggers on pushes to main. A matrix builds AMD64 and ARM64 images on platform-specific runners and publishes architecture-specific SHA tags.
Multi-architecture manifest publication
.github/workflows/docker.yml
A dependent manifest job combines the architecture-specific images into latest and inspects the resulting manifest.

Sequence Diagram(s)

sequenceDiagram
  participant GitHub
  participant BuildRunners
  participant GHCR
  participant ManifestJob

  GitHub->>BuildRunners: Trigger matrix on push to main
  BuildRunners->>GHCR: Push AMD64 and ARM64 SHA-tagged images
  BuildRunners-->>ManifestJob: Complete architecture builds
  ManifestJob->>GHCR: Create latest multi-architecture manifest
  ManifestJob->>GHCR: Inspect latest manifest
Loading
🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately identifies the CI change that publishes an ARM64 image, which is a key part of the workflow update.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/workflows/docker.yml:
- Around line 41-61: Add workflow-level concurrency for the manifest publication
workflow, using a shared group and cancel-in-progress: true so superseded runs
are canceled before the manifest job can publish latest. Keep the existing
manifest job and Docker commands unchanged.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 72077ff4-5ebb-480d-9727-17956c4448cf

📥 Commits

Reviewing files that changed from the base of the PR and between c12d963 and 597a42a.

📒 Files selected for processing (1)
  • .github/workflows/docker.yml

Comment thread .github/workflows/docker.yml
@lorenzocorallo
lorenzocorallo enabled auto-merge (squash) August 11, 2026 16:31
@lorenzocorallo
lorenzocorallo merged commit 73126fc into main Aug 11, 2026
2 checks passed
@lorenzocorallo
lorenzocorallo deleted the migration/arm64-images branch August 11, 2026 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant